projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
943d1ff
)
(font-lock-mode): Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 26 Feb 2007 09:36:22 +0000
(09:36 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 26 Feb 2007 09:36:22 +0000
(09:36 +0000)
lisp/font-core.el
patch
|
blob
|
history
diff --git
a/lisp/font-core.el
b/lisp/font-core.el
index da355b8b6aa503e98bed5b0e7233273becb617be..3edf2140393070b889c1185e066e061e7f56fa31 100644
(file)
--- a/
lisp/font-core.el
+++ b/
lisp/font-core.el
@@
-124,10
+124,6
@@
generally prefer. When you turn Font Lock mode on/off the buffer is
fontified/defontified, though fontification occurs only if the buffer is
less than `font-lock-maximum-size'.
-For example, to use maximum levels of fontification, put in your ~/.emacs:
-
- (setq font-lock-maximum-decoration t)
-
To add your own highlighting for some major mode, and modify the highlighting
selected automatically via the variable `font-lock-maximum-decoration', you can
use `font-lock-add-keywords'.